Description | : Gets all projects for a user. |
Reference | : Link ¶ |
⚼ Request
GET:
/authoring/query-knowledgebases/projects
{
api-version:
string
,
top:
integer
,
skip:
integer
,
maxpagesize:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
projectName:
string
,
description:
string
,
language:
string
,
multilingualResource:
boolean
,
settings:
{
,
defaultAnswer:
string
,
}
createdDateTime:
string
,
lastModifiedDateTime:
string
,
lastDeployedDateTime:
string
,
configureSemanticRanking:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
enum
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
enum
,
message:
string
,
details:
object
,
target:
string
,
innererror:
string
,
}